Leadtools.Logging Namespace : SerializableDictionary<TKey,TValue> Class |
[XmlRootAttribute("custom")] [SerializableAttribute()] public class SerializableDictionary<TKey,TValue> : System.Collections.Generic.Dictionary<TKey,TValue>, System.Collections.Generic.ICollection<KeyValuePair<TKey,TValue>>, System.Collections.Generic.IDictionary<TKey,TValue>, System.Collections.Generic.IEnumerable<KeyValuePair<TKey,TValue>>, System.Collections.Generic.IReadOnlyCollection<KeyValuePair<TKey,TValue>>, System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>, System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable
'Declaration <XmlRootAttribute("custom")> <SerializableAttribute()> Public Class SerializableDictionary (Of TKey,TValue) Inherits System.Collections.Generic.Dictionary(Of TKey,TValue) Implements System.Collections.Generic.ICollection(Of KeyValuePair(Of TKey,TValue)), System.Collections.Generic.IDictionary(Of TKey,TValue), System.Collections.Generic.IEnumerable(Of KeyValuePair(Of TKey,TValue)), System.Collections.Generic.IReadOnlyCollection(Of KeyValuePair(Of TKey,TValue)), System.Collections.Generic.IReadOnlyDictionary(Of TKey,TValue), System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable
'Usage Dim instance As SerializableDictionary(Of TKey,TValue)
public sealed class SerializableDictionary<TKey,TValue> : System.Collections.Generic.ICollection<KeyValuePair<TKey,TValue>>, Windows.Foundation.Collections.IMap //In WinRT the IDictionary interface is replaced by IMap<TKey,TValue>, Windows.Foundation.Collections.IIterable //In WinRT the IEnumerableinterface is replaced by IIterable <KeyValuePair<TKey,TValue>>, System.Collections.Generic.IReadOnlyCollection<KeyValuePair<TKey,TValue>>, Windows.Foundation.Collections.IMapView //In WinRT the IReadOnlyDictionary interface is replaced by IMapView<TKey,TValue>, System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, ~Remove~, System.Xml.Serialization.IXmlSerializable
function Leadtools.Logging.SerializableDictionary()
[XmlRootAttribute("custom")] [SerializableAttribute()] generic<typename TKey> generic<typename TValue> public ref class SerializableDictionary : public System.Collections.Generic.Dictionary<TKey,TValue>, System.Collections.Generic.ICollection<KeyValuePair<TKey,TValue>>, System.Collections.Generic.IDictionary<TKey,TValue>, System.Collections.Generic.IEnumerable<KeyValuePair<TKey,TValue>>, System.Collections.Generic.IReadOnlyCollection<KeyValuePair<TKey,TValue>>, System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>, System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2